Run JavaScript/TypeScript test suite. Use bun test for faster execution with built-in test runner.
synonyms:: npm test, npm t, yarn test, pnpm test
related:: npm run build, npm install
transforms:: npm test → bun test
yarn test → bun test
pnpm test → bun test
context:: test
cost:: medium